home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / lab.dxr / 00300.ls < prev    next >
Encoding:
Text File  |  1997-06-09  |  180 b   |  11 lines

  1. on exitFrame
  2.   global gMoovLength
  3.   if the movieTime of sprite 5 < gMoovLength then
  4.     go(the frame - 1)
  5.   else
  6.     delayFor(15)
  7.     unsetQT(5)
  8.     go(the frame + 1)
  9.   end if
  10. end
  11.